home *** CD-ROM | disk | FTP | other *** search
/ Interactive Guide to Growth Related Diseases / Interactive Guide to Growth Related Diseases (Hill's Pet Nutrition)(2000).BIN / Hills / UKCASES.dir / 00049_Script_Cont script < prev    next >
Text File  |  2000-11-02  |  300b  |  17 lines

  1. on mouseenter me
  2.   spn = the spritenum of me
  3.   the member of sprite spn = member "Cont on"
  4.   puppetsound "Keyboard Type Sngl"
  5.   updatestage
  6. end
  7.  
  8. on mouseUp
  9.   go to next
  10. end
  11.  
  12. on mouseleave me
  13.   spn = the spritenum of me
  14.   the member of sprite spn = member "Cont off"
  15.   updatestage
  16. end
  17.